home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Apps / sdpd_hlp.cgi.z / sdpd_hlp.cgi
Encoding:
Text File  |  1997-07-30  |  1.1 KB  |  32 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>About the Network Multicast Announcement Form</H2>
  8. <P>
  9. This form contains a list of the announcements for sessions
  10. that are currently available to Session Directory users. It
  11. also contains a button for creating a new announcement.
  12. If you created announcements previously, the Multicast
  13. Announcement form also contains buttons for editing and
  14. deleting announcements. Select an announcement in the
  15. list to read the contents of the announcement. The 
  16. announcements that you create are added to this list.
  17. <P>
  18. Select an announcement in the list to read the entire announcement.
  19. The announcement that is displayed contains the name and description 
  20. of the session and its starting and ending times. 
  21. <P>
  22. Select an icon from the announcement to launch the session that it 
  23. describes. To launch a session, you must select the icon during the
  24. broadcast period defined by the starting and ending times.
  25.  
  26. <CENTER>
  27. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  28. </CENTER>
  29. </FORM>
  30. EndOfFile
  31.  
  32.